home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
hard
/
hack
/
i2clib40.lha
/
i2clib40
/
Developer
/
GNU_Install
< prev
next >
Wrap
Text File
|
1998-07-29
|
494b
|
25 lines
; Install i2c.lib include files for the GNU C compiler.
; A little awkward, because the root directory may be called either GNU:,
; ADE: or even GG:, depending on the compiler version.
Assign GNU: EXISTS
If NOT WARN
Copy GNU_include GNU:include ALL
Quit 0
EndIf
Assign ADE: EXISTS
If NOT WARN
Copy GNU_include ADE:include ALL
Quit 0
EndIf
Assign GG: EXISTS
If NOT WARN
Copy GNU_include GG:include ALL
Quit 0
EndIf
Echo "*NNo GNU root directory found. Nothing installed."
Wait 3